Daily Evaluation Entry DBSafe
@Serializable
Represents a daily mood evaluation entry that is stored safely in the database. This includes the selected emotions, their intensities, a map of emotions to their values, the stress level, the strongest emotions (first and second), and the date the entry was completed.
Properties
Link copied to clipboard
The date when the mood evaluation was completed.
Link copied to clipboard
The intensities of the selected emotions.
Link copied to clipboard
A map containing the emotions and their respective intensities.
Link copied to clipboard
The list of emotions selected by the user.
Link copied to clipboard
The user's reported stress level.
Link copied to clipboard
The first strongest emotion (stored in Firestore).
Link copied to clipboard
The intensity of the second strongest emotion.
Functions
Link copied to clipboard
Converts a DailyEvaluationEntryDBSafe to a DailyEvaluationEntry.